Web API Core | ComponentOne
C1.Web.Api.Pdf Namespace / PdfController Class / Location Method / Location(String,IDictionary<String,Object>) Method
The name of the action.
The dictionary that contains the parameters for the action.

In This Topic
    Location(String,IDictionary<String,Object>) Method
    In This Topic
    Returns an absolute url for the specified action.
    Syntax
    'Declaration
     
    
    Protected Overloads Function Location( _
       ByVal actionName As String, _
       Optional ByVal values As IDictionary(Of String,Object) _
    ) As String

    Parameters

    actionName
    The name of the action.
    values
    The dictionary that contains the parameters for the action.

    Return Value

    The absolute url for the specified action.
    See Also